This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
It should... but it doesn't :-( ~Lily Bretoomarettu 13.Nov.03 10:03 AM a Web browser Domino Designer 6.0.1Windows 98
I tried to see whether the field's onFocus is really fired, but on alert"(onFocus") didn't do a thing. So I recreated my hotspot around all fields on the form and used its onClick, which works. In the action I selected Client JavaScript, and added the following:
alert("onFocus");
window.parent.BottomLeft.focus();
Needless to say, without any success. Opening a document in read-mode in the Right-frame still shifts focus to the TopLeft frame. This really makes me mad...
There are no LS-calls in Notes to shift focus away? Not even in C or C++? For it's clear to me now that the implementation of the JS-object model is flimsy. I hope there will be some improvements here, in JS, but it wouls be better to have calls available to do something with frames from LotusScript.